home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / func / cx < prev    next >
Encoding:
Text File  |  1993-01-31  |  109 b   |  7 lines

  1. #! /bin/sh
  2. #
  3. # zsh shell function to make its arguments executable
  4. # also works as a sh script
  5. #
  6. chmod +x $*
  7.